home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / GetClient14.lha / GetClient14.readme < prev    next >
Text File  |  1999-06-05  |  2KB  |  81 lines

  1. Short:    FTP Get client (FTP files from a shell prompt or script)
  2. Author:   rakey@cnetbbs.net  (Ray Akey)
  3. Uploader: rakey@cnetbbs.net  (Ray Akey)
  4. Type:     comm/tcp
  5. Replaces: GetClient13.lha
  6.  
  7. This is a freebie from Ray A. Akey (AKA developer for ZenMetal Software).
  8.  
  9. It is a simple AmigaDOS shell executable that is used to FTP a file
  10. from a remote FTP site.
  11.  
  12. Program argument template:
  13.  
  14.    U=USER/K,P=PASS/K,O=PORT/K,V=DOPASV/S,Q=QUIET/S,L=LOCALDIR/K,D=DELETE/S,HOSTFILE/K/A/F
  15.  
  16.    U=USER    : the username to use when logging in (default: anonymous).
  17.    P=PASS    : the password to use when logging in (default: getclient@www.cnetbbs.net).
  18.    O=PORT    : the remote port to connect.
  19.    V=DOPASV  : do PASV transfer (useful for FTPing from behind firewalls)
  20.    Q=QUIET   : suppress shell output.
  21.    L=LOCALDIR: make the given local machine directory current.
  22.    D=DELETE  : causes GetClient to delete from remote the files it gets.
  23.    HOSTFILE  : the site, port and file to get. (port default = 21)
  24.  
  25.    NOTE: As an alternate, the U and P arguments can be specified in the
  26.          HOSTFILE argument in usual URL form. ftp:// is optional.
  27.  
  28. Examples:
  29.  
  30.    1) GetClient us.aminet.net/pub/aminet/comm/www/GetClient11.lha
  31.    2) GetClient somesite:someport/somefile.lha
  32.    3) GetClient username:password@somesite/pub/get_this_file.lha
  33.    4) GetClient ftp://username:password@somesite/pub/get_this_file.lha
  34.    5) GetClient ftp://anonymous:username@@ftp.cnetbbs.net/FreeWare/GetClient11.lha
  35.    6) GetClient l=ram: u=anonymous p=username@ ftp.cnetbbs.net/FreeWare/GetClient11.lha
  36.    7) GetClient us.aminet.net/pub/aminet/comm/www/GetClient12.*
  37.  
  38. Shell/script Error Codes:
  39.  
  40.    30 = no socket lib
  41.    29 = no filename given
  42.    28 = bad password
  43.    27 = bad username
  44.    26 = not welcome/service unavailable
  45.    25 = txfer failed/file not exists
  46.    24 = remote directory does not exist
  47.    21 = connection refused
  48.    0    = success
  49.  
  50.  
  51. INTERNET EMAIL:
  52.  
  53.    rakey@cnetbbs.net    (Ray A. Akey)
  54.  
  55. FIDONET/C-LINK NETMAIL:
  56.  
  57.     Heavy Metal@1:246/74          (Fidonet)
  58.     Heavy Metal@911:9000/0        (C-Link)
  59.  
  60. WWW:
  61.  
  62.    http://www.cnetbbs.net/FreeWare/
  63.  
  64. POSTAL (SNAIL MAIL) ADDRESSES:
  65.  
  66.    Ray A. Akey
  67.    411 Bridge Ave.
  68.    Windsor, ON
  69.    Canada  N9B 2M3
  70.  
  71. BULLETIN BOARD SUPPORT SYSTEM:
  72.  
  73.    (519)256-0278 - The Metal Shoppe BBS (Development/Sales/Support/Licensing)
  74.  
  75. INTERNET RELAY CHAT CHANNEL
  76.  
  77.    server : irc.cnetbbs.net
  78.    port   : 6667
  79.    channel: #cnet
  80.  
  81.